projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e1348e
)
(XTread_socket): Fix second argument of x_any_window_to_frame.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 25 May 1998 16:03:58 +0000
(16:03 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 25 May 1998 16:03:58 +0000
(16:03 +0000)
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index 7dc49af3f9f8828ae7e9a7d57ef5e98d3a49b15c..4bde3ce0bbaa2ff5dae17b379732b8f874dc2507 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-3845,7
+3845,7
@@
XTread_socket (sd, bufp, numchars, expected)
#ifdef HAVE_X_I18N
{
struct frame *f1 = x_any_window_to_frame (dpyinfo,
-
&
event.xclient.window);
+ event.xclient.window);
/* The necessity of the following line took me
a full work-day to decipher from the docs!! */
if (f1 != 0 && FRAME_XIC (f1) && XFilterEvent (&event, None))